home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / Syslog Component / PPC Only.c < prev    next >
C/C++ Source or Header  |  1995-11-15  |  279b  |  14 lines

  1. #include <stdio.h>
  2.  
  3. void main(void){
  4.     
  5.     printf("\n\nSorry, this application is for the PowerMacs only.\n\n");
  6.     printf("Please use the 68k version or fat version if supplied.\n\n");
  7.     printf("Otherwise, you'll have to upgrade to a PowerMac!\n\n");
  8.     
  9.     fflush(stdout);
  10.     
  11.     return;
  12. }
  13.  
  14.